﻿/*关于凯浩*/
.pageAboutTitle{
    width:100%;
    text-align:center;
}
.pageAboutTitle h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight:600;
}

    .pageAboutTitle h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 40px;
        color: #999;
        margin-bottom:30px;
        text-transform:uppercase;
    }
.pageAboutDataBg .pageAboutTitle h2{color:#fff;}


.pageAboutContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.pageAboutDataBg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(60deg,#2f54ac,#4a74d8);
    padding: 100px 0 100px 0;
}
.pageAboutData {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageAboutData li {
        width: 25%;
        float: left;
        text-align: center;
        color: #fff;
    }

        .pageAboutData li div {
            font-size: 18px;
            line-height: 50px;
        }

            .pageAboutData li div span {
                font-size: 50px;
                font-weight: bold;
            }

        .pageAboutData li h2 {
            font-size: 18px;
            line-height: 30px;
        }

        .pageAboutData li h3 {
            font-size: 13px;
            font-weight: 300;
            line-height: 25px;
            color: #f1f1f1;
        }
.pageAboutHonor{
    width:100%;
    height:auto;overflow:hidden;
    margin:50px auto;
}
.pageAboutHonor li{
    width:23%;float:left;
    margin:10px 1%;
    transition:all 0.5s;
}
.pageAboutHonor li img{
    width:100%;
}
.pageAboutHonor li:hover{
    box-shadow:0 0 10px #ccc;
}

/*服务项目*/
.pageServiceList{
    width:100%;
}
.pageServiceList li{
    width:90%;float:left;
    height:auto;overflow:hidden;
    padding:50px 5%;
    transition:all 0.5s;
}
    .pageServiceList li:nth-child(2n) {
        background-color: #f8f8f8;
    }
.pageServiceListPic{
    float:left;
    margin-right:20px;
}
.pageServiceListPic img{
    width:120px;
    vertical-align:middle;
}
.pageServiceListContent{
    display:inline-block;
}
.pageServiceListContent h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
    position:relative;
    padding-bottom:5px;
}
    .pageServiceListContent h2::after {
        width: 50px;
        height: 2px;
        background-color: #04448c;
        border-radius:3px;
        content:'';
        position:absolute;
        top:42px;
        left:0;
    }
    .pageServiceListContent h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 18px;
        color: #116bd0;
    }
    .pageServiceListContent h4 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        font-size: 14px;
        color:#666;
    }
.pageServiceListList {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .pageServiceListList dt {
        width: 21%;
        float: left;
        height: auto;
        line-height: 25px;
        overflow: hidden;
        margin:20px 1% 20px 1%;
        color:#666;
        font-weight:300;
        padding:40px 1%;
        transition:all 0.5s;
    }
        .pageServiceListList dt:hover {
            box-shadow: 0 0 10px #ccc;

        }
        .pageServiceListList dt:nth-child(2n) {
            width: 19%;
            background-color: #f2f8ff;
            padding: 40px 2%;
        }
       
        .pageServiceListList dt span {
            display: block;
            font-size: 18px;
            line-height: 30px;
            color: #333;
            font-weight: bold;
            margin:10px auto;
        }

/*联系我们*/
.pageContact{
    width:86%;
    height:auto;overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 0 10px #ccc;
    border-radius:10px;
    padding:50px 5%;
    margin:10px auto;
}
.pageContactList{
    width:60%;float:left;
    margin-right:10%;
}
.pageContactList li{
    width:100%;
    height:auto;overflow:hidden;
    padding-bottom:20px;
    margin-bottom:20px;
    padding-left:50px;
    background-repeat:no-repeat;
    background-size:40px 40px;
    background-position:0 7px;
}
.pageContactList li:nth-child(1){
    background-image:url(../Images/Icon/iconContactPosition.png);
}
    .pageContactList li:nth-child(2) {
        background-image: url(../Images/Icon/iconContactTel.png);
    }
    .pageContactList li:nth-child(3) {
        background-image: url(../Images/Icon/iconContactEmail.png);
    }
.pageContactList li h3{
    font-size:20px;
    color:#999;
    line-height:40px;
}
    .pageContactList li h4 {
        font-size: 16px;
        color: #444;
        line-height:30px;
    }

.pageContactOther {
    width: 30%;
    float: left;
}
.pageContactOther li{
    width:120px;
    float:left;
    margin-right:10px;
    text-align:center;
    line-height:30px;
    color:#666;
    font-weight:300;
    box-shadow:0 0 5px #eee;
}
.pageContactOther li img{
    width:100%;
}

@media(max-width:768px) {


    /*关于凯浩*/
        .pageAboutTitle h2 {
            font-size: 40px;
            line-height: 50px;
        }

        .pageAboutTitle h3 {
            font-size: 16px;
            line-height: 30px;
        }
    .pageAboutDataBg{
        padding:50px 0;
    }
    .pageAboutData li {
        width: 50%;
        float: left;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

            .pageAboutData li div {
                font-size: 14px;
                line-height: 30px;
            }

                .pageAboutData li div span {
                    font-size: 40px;
                    font-weight: bold;
                }

            .pageAboutData li h2 {
                font-size: 14px;
                line-height: 25px;
            }

            .pageAboutData li h3 {
                font-size: 12px;
                line-height: 20px;
            }

        .pageAboutHonor li {
            width: 48%;
        }


    /*服务项目*/
    .pageServiceListList dt {
        width: 90%;
        float: left;
        height: auto;
        line-height: 25px;
        overflow: hidden;
        margin: 20px 1% 20px 1%;
        color: #666;
        font-weight: 300;
        padding: 20px 3%;
        transition: all 0.5s;
        box-shadow: 0 0 10px #eee;
        border-radius:10px;
    }
            .pageServiceListList dt:nth-child(2n) {
                width: 90%;
                background-color: #f2f8ff;
                padding: 40px 4%;
            }


    /*联系我们*/
    .pageContact {
        width: 86%;
        height: auto;
        overflow: hidden;
        display: block;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 10px #ccc;
        border-radius: 10px;
        padding: 50px 5%;
        margin: 10px auto;
    }

    .pageContactList {
        width: 90%;
        height:auto;overflow:hidden;
        margin-right: 5%;
        margin-left:5%;
    }
    .pageContactOther {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin-right: 5%;
        margin-left: 5%;
    }

}